[INFO] cloning repository https://github.com/Galaxync/plugin-cheat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Galaxync/plugin-cheat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGalaxync%2Fplugin-cheat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGalaxync%2Fplugin-cheat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b01281d467155b016496d779f9db71c98e94100e
[INFO] checking Galaxync/plugin-cheat against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGalaxync%2Fplugin-cheat" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Galaxync/plugin-cheat
[INFO] finished tweaking git repo https://github.com/Galaxync/plugin-cheat
[INFO] tweaked toml for git repo https://github.com/Galaxync/plugin-cheat written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Galaxync/plugin-cheat on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Galaxync/plugin-cheat already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f
[INFO] running `Command { std: "docker" "start" "3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.48.5
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking valthrun-driver-protocol v0.1.0 (/opt/rustwide/workdir/driver/protocol)
[INFO] [stderr]     Checking obfstr v0.4.4
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking windows-targets v0.48.5
[INFO] [stderr]     Checking windows v0.48.0
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking bytemuck v1.20.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking safe_arch v0.7.2
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.52.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking wide v0.7.30
[INFO] [stderr]     Checking utils-linux v0.1.0 (/opt/rustwide/workdir/utils/linux)
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]     Checking windows-targets v0.52.6
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking utils-common v0.1.0 (/opt/rustwide/workdir/utils/common)
[INFO] [stderr]     Checking utils-state v0.1.0 (/opt/rustwide/workdir/utils/state)
[INFO] [stderr]     Checking windows-result v0.1.2
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking windows-core v0.53.0
[INFO] [stderr]     Checking windows v0.53.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pubg_controller v0.3.3 (/opt/rustwide/workdir/controller)
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> controller/build.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> controller/build.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[cfg(target_os = "windows")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> controller/build.rs:81:11
[INFO] [stdout]    |
[INFO] [stdout] 81 |     #[cfg(target_os = "windows")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> controller/build.rs:49:31
[INFO] [stdout]    |
[INFO] [stdout] 49 |                         #[cfg(target_os = "windows")]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]   --> controller/build.rs:52:31
[INFO] [stdout]    |
[INFO] [stdout] 52 |                         #[cfg(target_os = "linux")]
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pubg_controller` (build script) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f", kill_on_drop: false }`
[INFO] [stdout] 3c31a4d5f899a59dcb6eb8dd8a3daa37184b15096c22fcc008846a8d940dd72f
